Renamed to gtk_file_system_create() so that it will get exported and we
authorFederico Mena Quintero <federico@novell.com>
Wed, 23 Aug 2006 21:59:18 +0000 (21:59 +0000)
committerFederico Mena Quintero <federico@src.gnome.org>
Wed, 23 Aug 2006 21:59:18 +0000 (21:59 +0000)
commitf459043f9af82b90ef52098f7642ae604c4eb1c5
tree59688578eb3f3f9594ea0f50dee3490d652823f8
parent3f84abf926ad9ad956b594b31344f045d0507491
Renamed to gtk_file_system_create() so that it will get exported and we

2006-08-23  Federico Mena Quintero  <federico@novell.com>

* gtk/gtkfilesystem.[ch] (_gtk_file_system_create): Renamed to
gtk_file_system_create() so that it will get exported and we can
use it in the test program.

* gtk/gtk.symbols: Added gtk_file_system_create.

* gtk/gtkfilechooserdefault.c (set_file_system_backend): Use
gtk_file_system_create().

* tests/autotestfilesystem.c: New file with automatic tests for
the async callbacks and cancelation policy of GtkFileSystem.

* tests/Makefile.am: Added autotestfilesystem.
tests/autotestfilesystem.c [new file with mode: 0644]